(function() { const u = '/apps/statistics.php?aid=18285&browser=IE&created_date=20260311&created_hour=23&dduuid=006c6136b6bf6&device=0&device_type=desktop&os=Windows&ssid=itme6vsfmq3ipfhrca8f963v5s&t=1773244662&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=542d6c7f0945ec2c86e8d94288f2e484dc0f0d1c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();