(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251104&created_hour=01&dduuid=6684d4df4dd6c&device=0&device_type=desktop&os=Windows&ssid=2h5obddkc0emjoc32f97acu97r&t=1762190375&typeid=0&url_type=2&value=&sign=3a8e1bfa67ee79b4e1fa778dda029a7aa52d8cd0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();