(function() { const u = '/apps/statistics.php?aid=324793&browser=IE&created_date=20260115&created_hour=10&dduuid=8a2d52abd014e&device=0&device_type=desktop&os=Windows&ssid=efkct37fs2vf9lvpdnlpeani1o&t=1768443561&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94eb0b9bc2459f81b1bf0e4be19cd6837c7de54f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();