(function() { const u = '/apps/statistics.php?aid=448627&browser=IE&created_date=20260310&created_hour=06&dduuid=c2db89343d26b&device=0&device_type=desktop&os=Windows&ssid=3bqs284bpdhamkrbmasuhhd0e9&t=1773096327&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=55efcda0d72d9b39181bb920b5d82ed74732b5e5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();