(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251018&created_hour=23&dduuid=aa37a58c56144&device=0&device_type=desktop&os=Windows&ssid=o21scgrdb85s6cjl9ih66vfpbi&t=1760801930&typeid=0&url_type=2&value=&sign=014e90fbe7d1de63dd08b31953238fb0d3eeeaad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();