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