(function() { const u = '/apps/statistics.php?aid=450532&browser=IE&created_date=20260125&created_hour=00&dduuid=b166679f6ef49&device=0&device_type=desktop&os=Windows&ssid=49qfcsalmtvdepgcbpvs6f3c06&t=1769271172&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9042ab4b66146e3ed46dce31575711045bd35981&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();