(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251015&created_hour=06&dduuid=30b6f66239174&device=0&device_type=desktop&os=Windows&ssid=7s5uneqjmov63eqkt2jn20fmgh&t=1760480729&typeid=0&url_type=2&value=&sign=2356ebc63f36f218fbb6dcda01c2bce50c98f059&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();