(function() { const u = '/apps/statistics.php?aid=456314&browser=IE&created_date=20260225&created_hour=08&dduuid=5061f56b49008&device=0&device_type=desktop&os=Windows&ssid=dmo14jtkcrnsgtcao5oodcie80&t=1771980476&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=92a606cea98fc14ee00763e1a35e06bf6f388674&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();