(function() { const u = '/apps/statistics.php?aid=453009&browser=IE&created_date=20260306&created_hour=05&dduuid=8c338b688ef5c&device=0&device_type=desktop&os=Windows&ssid=7afd28fgb8v27on6cq6mq2oqg9&t=1772747428&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=16d72c651d8bdb913f76cad3057aba642931c0c4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();