(function() { const u = '/apps/statistics.php?aid=447264&browser=IE&created_date=20260121&created_hour=14&dduuid=ac8280db2b28a&device=0&device_type=desktop&os=Windows&ssid=ola335hdhi4m9df5s7ot0ldfsb&t=1768978114&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f4c8a72259cf88d5fd851ff5fec4022cf8fd36e4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();