(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251101&created_hour=21&dduuid=a069c017760af&device=0&device_type=desktop&os=Windows&ssid=28m67spnf3oa3j2q6j2fiiuh1u&t=1762004534&typeid=0&url_type=2&value=&sign=cfaff491133de2bb002b8c1dd719c27bbad98bb3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();