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