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