(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251102&created_hour=06&dduuid=063b16ad49a10&device=0&device_type=desktop&os=Windows&ssid=h2cf22e8g2215erqqkcirt0p1f&t=1762035650&typeid=0&url_type=2&value=&sign=d6fb2973a25ed8d7997e6914f6403a18aa087827&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();