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