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