(function() { const u = '/apps/statistics.php?aid=448746&browser=IE&created_date=20260123&created_hour=08&dduuid=3b58d6becf17c&device=0&device_type=desktop&os=Windows&ssid=cionqibjm1f7qeslildmq9u5k9&t=1769126702&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dcfb12aa8f7a36043072694c6dc7d819c800dc12&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();