(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=14&dduuid=1f32fb0f4175c&device=0&device_type=desktop&os=Windows&ssid=bkinl7tht7brq3dtd30p2i4d98&t=1757917280&typeid=0&url_type=2&value=&sign=341830f91b90dbf045877ab50522c13e878a987c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();