(function() { const u = '/apps/statistics.php?aid=360199&browser=IE&created_date=20260225&created_hour=05&dduuid=1e37e15d6ed8b&device=0&device_type=desktop&os=Windows&ssid=0hvj322oh3j5kg1gmtbs3b631u&t=1771969610&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bff3558f5b90c1b3c322f1538c00996c1438c7c6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();