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