(function() { const u = '/apps/statistics.php?aid=4560&browser=IE&created_date=20260224&created_hour=09&dduuid=a75102a0d210c&device=0&device_type=desktop&os=Windows&ssid=09qqcb6m66p4ebs9j9pn1cep7h&t=1771895410&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b8090f6adfcb491f94ae1fa0abf01cee43f9a20a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();