(function() { const u = '/apps/statistics.php?aid=454576&browser=IE&created_date=20260223&created_hour=18&dduuid=33908097db95f&device=0&device_type=desktop&os=Windows&ssid=tcqbmv7m7g13tvqmv6hb8trn8e&t=1771840972&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=34a35ff2ff6e1c46bf88f55e1698b856929eb80a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();