(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251101&created_hour=21&dduuid=55db42ee91a4a&device=0&device_type=desktop&os=Windows&ssid=87hahjd0fp8c2olsgkdl7g3bee&t=1762003973&typeid=0&url_type=2&value=&sign=6ebdda6409aab6d1414a9454e101bdb80499da81&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();