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