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