(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251029&created_hour=22&dduuid=3c2c181364aa1&device=0&device_type=desktop&os=Windows&ssid=6f1g0guf2mtdc3679rgkn72psg&t=1761746406&typeid=0&url_type=2&value=&sign=945d9048c2eb90845ac84bfeac56ad3c7250de42&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();