(function() { const u = '/apps/statistics.php?aid=454749&browser=IE&created_date=20260225&created_hour=03&dduuid=dbfcbbeac3114&device=0&device_type=desktop&os=Windows&ssid=4eq45n0e3vc6ggdop5sg1u71m2&t=1771962491&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3929d9f87d9193328da0ee54c141a47b87f858ce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();