(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251112&created_hour=11&dduuid=5a7d1b2449808&device=0&device_type=desktop&os=Windows&ssid=0od8qlqbjhnupamf1c75up99eu&t=1762917133&typeid=0&url_type=2&value=&sign=9d8247d51e9f3d6932dc4de444344d152234dde1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();