(function() { const u = '/apps/statistics.php?aid=453873&browser=IE&created_date=20260226&created_hour=13&dduuid=96fe7ac62612d&device=0&device_type=desktop&os=Windows&ssid=tqlqbdq3heddquhsm8p0vcep30&t=1772084833&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b5cc0db182d6cc7b1b89f29cae17aa9faefaa872&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();