(function() { const u = '/apps/statistics.php?aid=4275&browser=IE&created_date=20260313&created_hour=05&dduuid=4f82a7f2cfadb&device=0&device_type=desktop&os=Windows&ssid=12u52cpl8i55265hvh0eea5ki1&t=1773350733&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1828a6d0db7d42cb4f8a73c3de45a1b2ccac1a08&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();