(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251016&created_hour=02&dduuid=b9679d321e893&device=0&device_type=desktop&os=Windows&ssid=4a1m6m2ov636capleihr9qfi46&t=1760552653&typeid=0&url_type=2&value=&sign=bf4ca2ecdf1c5168370a58a3f4e5936ae6edcdfd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();