(function() { const u = '/apps/statistics.php?aid=453625&browser=IE&created_date=20260224&created_hour=18&dduuid=ab55795878267&device=0&device_type=desktop&os=Windows&ssid=1vf8cq9itnp6mvfmj3v73ln3e9&t=1771928419&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=acc41f1a78e235f5ee50711be901d2618e500fe9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();