(function() { const u = '/apps/statistics.php?aid=416297&browser=IE&created_date=20260316&created_hour=12&dduuid=60302d9da9f3c&device=0&device_type=desktop&os=Windows&ssid=o7q1224flg8jr7f8qroquco8d8&t=1773635633&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0f2f040ee700fcd0fa8fd80203239d96882a21a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();