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