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