(function() { const u = '/apps/statistics.php?aid=375530&browser=IE&created_date=20260224&created_hour=17&dduuid=fe2e26f705c89&device=0&device_type=desktop&os=Windows&ssid=u1eaoeptltrav4c4408nglv3s7&t=1771923977&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cfb67c5d46e014abaacda85fe2fc1c1fc48cc24a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();