(function() { const u = '/apps/statistics.php?aid=457129&browser=IE&created_date=20260224&created_hour=18&dduuid=71eb4f1933bf5&device=0&device_type=desktop&os=Windows&ssid=k9a76orur6nmt011m4k8vtttbr&t=1771927530&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=faacde1f35c50d67cd4d21b195ca05c05ca283a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();