(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=08&dduuid=be3463309f786&device=0&device_type=desktop&os=Windows&ssid=0vq977p7iun5dol9elush32b0l&t=1757982695&typeid=0&url_type=2&value=&sign=1711075e975615b09a1ec6a31ed439b458cf69f6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();