(function() { const u = '/apps/statistics.php?aid=450623&browser=IE&created_date=20260307&created_hour=14&dduuid=924fd932fca9c&device=0&device_type=desktop&os=Windows&ssid=bkgdv7iaog8ao5kc8133tl5aj3&t=1772866664&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cb9070ea2a5952f8a8afe5702f5fa647d60f001f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();