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