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