(function() { const u = '/apps/statistics.php?aid=334329&browser=IE&created_date=20260307&created_hour=12&dduuid=d07e84695f054&device=0&device_type=desktop&os=Windows&ssid=cbhc1mtfp964ul1lcloqrjcmvr&t=1772856307&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=56e0e620c54c37f34e59f00cb2e057f5940ba7f4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();