(function() { const u = '/apps/statistics.php?aid=406095&browser=IE&created_date=20260308&created_hour=00&dduuid=e34575ae57172&device=0&device_type=desktop&os=Windows&ssid=qbi9neh4jtdspmhb33oq2796a2&t=1772902772&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2131e6be8c036787a30d94ab6ae02fd3fe685485&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();