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