(function() { const u = '/apps/statistics.php?aid=141290&browser=IE&created_date=20260311&created_hour=12&dduuid=174e4d13f5ad2&device=0&device_type=desktop&os=Windows&ssid=q0r89i5dk6t2o24u0ilb9h0c41&t=1773204756&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cff05c73de1edcfe42f8e52ed36df9c454e8320d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();