(function() { const u = '/apps/statistics.php?aid=98686&browser=IE&created_date=20260324&created_hour=12&dduuid=9f24d50b5afa4&device=0&device_type=desktop&os=Windows&ssid=3htsuvasnsdr9urdqei1tfmsm5&t=1774328244&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c38a259184c7a93034a69bb1563fa08c88966ee7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();