(function() { const u = '/apps/statistics.php?aid=428162&browser=IE&created_date=20260121&created_hour=16&dduuid=b899ee6cc473c&device=0&device_type=desktop&os=Windows&ssid=inr5h0rf99bvjkpp7hnskeg93o&t=1768983344&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7cd28ba0911be9b4d5862af2dad04999a68c54ec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();