(function() { const u = '/apps/statistics.php?aid=454969&browser=IE&created_date=20260306&created_hour=14&dduuid=79594d88e3bc6&device=0&device_type=desktop&os=Windows&ssid=hqtq4q8l7fq26junek1g74vo68&t=1772777432&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c8b02ae66ac6390d62e5d2c8130d6eb4838d77c1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();