(function() { const u = '/apps/statistics.php?aid=450373&browser=IE&created_date=20260225&created_hour=22&dduuid=39c9a629dbdff&device=0&device_type=desktop&os=Windows&ssid=4c87i59ubl3ktpbenjtq6i8s9j&t=1772031361&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94a7681dbc565e5e22325a3650d5de7cb2ce7d4a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();