(function() { const u = '/apps/statistics.php?aid=455301&browser=IE&created_date=20260308&created_hour=11&dduuid=9119d4e1750bb&device=0&device_type=desktop&os=Windows&ssid=6ksrurv85hp4alk9adq5h5dkgu&t=1772941334&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=889758ac9e53e12ad1a4ac3b1d2395d3a9ad9b62&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();