(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251024&created_hour=07&dduuid=522bfab750647&device=0&device_type=desktop&os=Windows&ssid=r0p0iruihkgm6hv4danq049vvu&t=1761260526&typeid=0&url_type=1&value=&sign=05edeca0b17c869483afa6021f4223526153e050&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();