(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251108&created_hour=00&dduuid=2a2c67325414b&device=0&device_type=desktop&os=Windows&ssid=9pc29ckrkho2t34os6c2sia1rd&t=1762531474&typeid=0&url_type=2&value=&sign=3c611673d7278c9b61d28d98bdbd4ba1ec9490ba&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();