(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251011&created_hour=16&dduuid=5e3d44518080a&device=0&device_type=desktop&os=Windows&ssid=kcr0em3eo2eh3ftu2k8me2hqo1&t=1760171577&typeid=0&url_type=2&value=&sign=34ed48836e0673abe74f3b14df79ba9899898898&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();