(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=14&dduuid=be49d00a80284&device=0&device_type=desktop&os=Windows&ssid=5vmtmivo86lfqqh7smlebs1lia&t=1758175581&typeid=0&url_type=2&value=&sign=7ddef6f9c31e4b979126103975425d4844a59533&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();