(function() { const u = '/apps/statistics.php?aid=449232&browser=IE&created_date=20260124&created_hour=05&dduuid=8f1d285607b97&device=0&device_type=desktop&os=Windows&ssid=2he8a2924q01nt99qvkcrn5b8f&t=1769202513&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=58607635b6f0504b110a22f23df7812004b17cb7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();