(function() { const u = '/apps/statistics.php?aid=140274&browser=IE&created_date=20260227&created_hour=10&dduuid=de0afa52b42f8&device=0&device_type=desktop&os=Windows&ssid=0sr809oq621gtlgto8j6seutnu&t=1772158598&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a6db6664fe1e93943922cf726d0dec2e69b67059&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();