(function() { const u = '/apps/statistics.php?aid=452398&browser=IE&created_date=20260311&created_hour=00&dduuid=02447c7d2232e&device=0&device_type=desktop&os=Windows&ssid=hhhvimtrh6rdkhps3ngo3gm6ja&t=1773160985&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=44a273a0623767c5510cc684f3db27db91fae9bd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();