(function() { const u = '/apps/statistics.php?aid=379&browser=IE&created_date=20260311&created_hour=11&dduuid=c4a827b10e016&device=0&device_type=desktop&os=Windows&ssid=h3bmv0aa6frhhocabg4gvfmt79&t=1773201487&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7ed70fd8f0bdb0d27df15de30976a6d14e672812&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();