(function() { const u = '/apps/statistics.php?aid=453566&browser=IE&created_date=20260311&created_hour=15&dduuid=4a74de7ffc559&device=0&device_type=desktop&os=Windows&ssid=23dnnqs8uhdniuajd9q859cbe5&t=1773215543&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a6c6b7264908eedb414f6a1d592e49a662aa4fc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();