(function() { const u = '/apps/statistics.php?aid=441168&browser=IE&created_date=20260308&created_hour=07&dduuid=8ff083dddbc7f&device=0&device_type=desktop&os=Windows&ssid=6avbbmic39ljfcnr01lguqeu76&t=1772927469&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7e5ec20d001b87d9b074b57153a9090fba4ab34c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();