(function() { const u = '/apps/statistics.php?aid=345741&browser=IE&created_date=20260103&created_hour=04&dduuid=fdf777b6b4bb0&device=0&device_type=desktop&os=Windows&ssid=ru5mqv2i6uds4tc64260g68bn1&t=1767385756&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cf9f7417843218f74aadb61eb939c5c756adcf28&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();