(function() { const u = '/apps/statistics.php?aid=448983&browser=IE&created_date=20260123&created_hour=22&dduuid=1c4a258631ce6&device=0&device_type=desktop&os=Windows&ssid=2eg9md0fechv213807ocsqs3lg&t=1769178561&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=21988e32af888355ef42110d45432b6170140b4f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();