(function() { const u = '/apps/statistics.php?aid=257405&browser=IE&created_date=20260316&created_hour=08&dduuid=201b8161607cc&device=0&device_type=desktop&os=Windows&ssid=u0adu5qffsp6h2padhu2jh4e80&t=1773621250&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5870f18bba3248645f4cdabc7ac5495cb705138b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();