(function() { const u = '/apps/statistics.php?aid=454654&browser=IE&created_date=20260311&created_hour=07&dduuid=fa274a07aaf54&device=0&device_type=desktop&os=Windows&ssid=43bc7f1vq5ovkteqgk3uagb09e&t=1773184613&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=780d9a5141b329dc6525c7734beb8c214a1b5489&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();