(function() { const u = '/apps/statistics.php?aid=453597&browser=IE&created_date=20260312&created_hour=01&dduuid=b195d699797d3&device=0&device_type=desktop&os=Windows&ssid=02u1hf3c0o8d128k3ssvm8tl8u&t=1773249693&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e9f8377d72bc94d55723a3a18e72c84ff2cab79b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();