(function() { const u = '/apps/statistics.php?aid=453000&browser=IE&created_date=20260225&created_hour=03&dduuid=7af0628a72836&device=0&device_type=desktop&os=Windows&ssid=ce4lrdf9rrg1k9h6mnpfntcfg9&t=1771959893&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9ff6d3008ed9efac13cc49a8a651a665e3708963&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();