(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=17&dduuid=3dc5e4bef14d6&device=0&device_type=desktop&os=Windows&ssid=5h1faviji4e1896p6rp249r3p9&t=1758186647&typeid=0&url_type=2&value=&sign=83706c81cc1fc7c3857cd25652c0fc5eb83924d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();