(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251015&created_hour=15&dduuid=48258886c88f5&device=0&device_type=desktop&os=Windows&ssid=e8i1kahd9qk8gohfcp56igj8um&t=1760512429&typeid=0&url_type=1&value=&sign=6284028c749a177be2fa7ad4bfc406d49154136e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();