(function() { const u = '/apps/statistics.php?aid=77354&browser=IE&created_date=20260227&created_hour=17&dduuid=822bb0d8b921e&device=0&device_type=desktop&os=Windows&ssid=b5ga2q90oafi5dj1v3fkmrq63s&t=1772183972&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=15703ca7d533ea7cb82b970555fe8d4741f61e19&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();