(function() { const u = '/apps/statistics.php?aid=118546&browser=IE&created_date=20260310&created_hour=06&dduuid=c06519a73f94b&device=0&device_type=desktop&os=Windows&ssid=drda83idhn7r18mbkji93d1i62&t=1773095116&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c81b32f1087727902fb55e2c36032bde3e82bf0e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();