(function() { const u = '/apps/statistics.php?aid=210268&browser=IE&created_date=20260223&created_hour=20&dduuid=25c58163f1c7b&device=0&device_type=desktop&os=Windows&ssid=b5bn7t4q0ut5gh40rd1r60end7&t=1771849488&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0bffb4d2771e26bef19ca3235a09c2fe52b3689e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();