(function() { const u = '/apps/statistics.php?aid=345066&browser=IE&created_date=20251220&created_hour=19&dduuid=1e11c684e1f9d&device=0&device_type=desktop&os=Windows&ssid=c15qhkql4oku5n6gcah3676v1f&t=1766231226&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dea2b8364bd97a1519a064c43cc50e1563170dfd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();