(function() { const u = '/apps/statistics.php?aid=459924&browser=IE&created_date=20260313&created_hour=07&dduuid=f0057f8af66a2&device=0&device_type=desktop&os=Windows&ssid=769irst6m64cjtc7e3catvp83c&t=1773358126&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=16f1df7d278f6b78fa1f2c7f9a19dbb6bf648372&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();