(function() { const u = '/apps/statistics.php?aid=452158&browser=IE&created_date=20260224&created_hour=23&dduuid=74ed1a69816ef&device=0&device_type=desktop&os=Windows&ssid=2t3le75b61rmm7laqf36n59jvs&t=1771946815&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3c1f4e67b464529e87521fad80030007350f5ed1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();