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