(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251020&created_hour=16&dduuid=bd9e66b9f6a75&device=0&device_type=desktop&os=Windows&ssid=43doh2ude3qlvoarrlsto8gbcd&t=1760948425&typeid=0&url_type=2&value=&sign=5268aac47fa1aa42ad909ebc88d3dcedb9f85bef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();