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