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