(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251031&created_hour=00&dduuid=28ddd1d5d82c3&device=0&device_type=desktop&os=Windows&ssid=7c6th9vbmndeuicgsg8vfckjab&t=1761840564&typeid=0&url_type=2&value=&sign=93bbfc81db71aafb05c06e834d5382ada89f2fda&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();