(function() { const u = '/apps/statistics.php?aid=452491&browser=IE&created_date=20260306&created_hour=03&dduuid=3d54e3ea0e4a2&device=0&device_type=desktop&os=Windows&ssid=srskh1ago03i2kmojtq2gtq4m1&t=1772738302&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db2bf77cd0059e74522315ca1fbed959f9bac57c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();