(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=20&dduuid=145c03706c4d1&device=0&device_type=desktop&os=Windows&ssid=9jsbu7iautvm9tmps7gh64vp0j&t=1757854300&typeid=0&url_type=2&value=&sign=d8299bda5f261188418f09b551b2616df6c92c3b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();