(function() { const u = '/apps/statistics.php?aid=422946&browser=IE&created_date=20260305&created_hour=21&dduuid=03b81ca9265b9&device=0&device_type=desktop&os=Windows&ssid=6453tedri0at1t9qlhfsh6akt1&t=1772717628&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=81dc59bc2b961da4ed3ccff36a99ad2503e1f235&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();