(function() { const u = '/apps/statistics.php?aid=33962&browser=IE&created_date=20260124&created_hour=19&dduuid=05f93d82498e2&device=0&device_type=desktop&os=Windows&ssid=5vf565smq2flnpkttnq8fjhiq4&t=1769253645&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=30da1e88b37892f487cf5b975390d2c5e60a89de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();