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