(function() { const u = '/apps/statistics.php?aid=25041&browser=IE&created_date=20260311&created_hour=02&dduuid=44b74235743de&device=0&device_type=desktop&os=Windows&ssid=etlp8vsj6foeslqojg217dcdtk&t=1773166824&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8a168b576e506a4843e0bcdcbfea041ceb9e4f7f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();