(function() { const u = '/apps/statistics.php?aid=442669&browser=IE&created_date=20260306&created_hour=23&dduuid=bde2a53272932&device=0&device_type=desktop&os=Windows&ssid=uf4cb3m4j6gekh9r7imll2l5kj&t=1772811233&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a01f764520d9b4a745ddc201f2b80c3768f4fb64&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();