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