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