(function() { const u = '/apps/statistics.php?aid=421175&browser=IE&created_date=20260102&created_hour=21&dduuid=be4483b77419c&device=0&device_type=desktop&os=Windows&ssid=58sitvdi6r6hkqaov98a8eigd8&t=1767360030&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=054bb0d65147354fe0e386e8b5ffca883b02c6be&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();