(function() { const u = '/apps/statistics.php?aid=324753&browser=IE&created_date=20260115&created_hour=04&dduuid=34024e3bba3a9&device=0&device_type=desktop&os=Windows&ssid=i6jd3h0c81jg651kbg30khtlgr&t=1768422961&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=11eacf2f9abd9df5fa90f3b5ebc9019aa20134bd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();