(function() { const u = '/apps/statistics.php?aid=446342&browser=IE&created_date=20260311&created_hour=13&dduuid=a64576ab1e1e6&device=0&device_type=desktop&os=Windows&ssid=3f6rq0ucqodhdf7e17j5avo9j6&t=1773206327&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3aa6fc7552856d1267e469259630b314bf6e43c3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();