(function() { const u = '/apps/statistics.php?aid=454823&browser=IE&created_date=20260225&created_hour=00&dduuid=f182ef38c1866&device=0&device_type=desktop&os=Windows&ssid=fr99jqt0vs0cmmcn7oq6sr4eok&t=1771952232&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8a4fd6dd210eaf35762d6b2a6f834d33b405f6cd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();