(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251019&created_hour=17&dduuid=228ba0a5da49e&device=0&device_type=desktop&os=Windows&ssid=7fcr73vig3h5mahv9r8vm9rqsb&t=1760864513&typeid=0&url_type=2&value=&sign=b223bbdb5a2ad699ccfcfe0270bef32231de6b3d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();