(function() { const u = '/apps/statistics.php?aid=451564&browser=IE&created_date=20260225&created_hour=15&dduuid=455fa343c9012&device=0&device_type=desktop&os=Windows&ssid=ilvsc5h8v4rf0hfofaj0i2s38e&t=1772005102&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bfa38705307cfea01239191bf9405e2f730d66c4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();