(function() { const u = '/apps/statistics.php?aid=440894&browser=IE&created_date=20260112&created_hour=00&dduuid=eb51e0a15de59&device=0&device_type=desktop&os=Windows&ssid=76r8l16a6ara0n8lsqvgla04ra&t=1768150270&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2a4b4c6c8a70dbff7dee16ee462a8fcf946f57f3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();