(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251103&created_hour=01&dduuid=59af0758975b4&device=0&device_type=desktop&os=Windows&ssid=l59vfgkgu4shilj9rinl7n8mqa&t=1762104945&typeid=0&url_type=2&value=&sign=86c65a4f13327c138755db2d63e0f8a0ee983198&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();