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