(function() { const u = '/apps/statistics.php?aid=441110&browser=IE&created_date=20251224&created_hour=05&dduuid=da05dcbea52b2&device=0&device_type=desktop&os=Windows&ssid=93of59jd80qt6jfioe4qmcoamd&t=1766525476&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=700d7a606e98f73a8c9d75dafd6fccc27d1362f4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();