(function() { const u = '/apps/statistics.php?aid=447898&browser=IE&created_date=20260211&created_hour=15&dduuid=c0d1e35030491&device=0&device_type=desktop&os=Windows&ssid=l42f3clkr56e5dk49fcmfirlp3&t=1770796373&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d10d2aff15621a454466c86f7c506a6294295662&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();