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