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