(function() { const u = '/apps/statistics.php?aid=455220&browser=IE&created_date=20260312&created_hour=02&dduuid=13eee6b731f68&device=0&device_type=desktop&os=Windows&ssid=f276acvfg5bhrp4tt1aira051l&t=1773255275&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6d8c2a4747a57c898c113326627ae6962594e2e1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();