(function() { const u = '/apps/statistics.php?aid=448442&browser=IE&created_date=20260110&created_hour=13&dduuid=ff2be0f332014&device=0&device_type=desktop&os=Windows&ssid=r4k9010bprp670o3ssl8cgjg1h&t=1768024532&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3417f8a35a38dd1b823cc329d5f581ecc02380bd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();