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