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