(function() { const u = '/apps/statistics.php?aid=371&browser=IE&created_date=20260124&created_hour=01&dduuid=6321049df486a&device=0&device_type=desktop&os=Windows&ssid=gr2nrig9n5717jcpcm5h4havln&t=1769189640&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=224d3db343a12a7f9f0afa9ab6338b130066e90e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();