(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251029&created_hour=10&dduuid=ccef085a338e6&device=0&device_type=desktop&os=Windows&ssid=84s5b5fbh4hf4310c915k0qorf&t=1761706797&typeid=0&url_type=2&value=&sign=99c3521f844aa451a47a9c399434f59386b0308a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();