(function() { const u = '/apps/statistics.php?aid=141257&browser=IE&created_date=20260224&created_hour=13&dduuid=c59f4b1634bcb&device=0&device_type=desktop&os=Windows&ssid=vor8b26bebgvdqla1fnio6hatm&t=1771909938&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e898c5098bbdc746ac1f80c61cc997e7e74ba43&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();