(function() { const u = '/apps/statistics.php?aid=454235&browser=IE&created_date=20260312&created_hour=21&dduuid=8c78987c42a3f&device=0&device_type=desktop&os=Windows&ssid=m547r5oo8u9adqt4hf9ej1sejs&t=1773321574&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1cccb33293bedab6b1245855434800db8e3a1b73&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();