(function() { const u = '/apps/statistics.php?aid=446875&browser=IE&created_date=20260121&created_hour=23&dduuid=be1a3c879a950&device=0&device_type=desktop&os=Windows&ssid=rpoi6bamc2a2jrv3q3lea0io9h&t=1769009914&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c5c62eed6827f49914ec7c5c63cd2cf659c1a0b2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();