(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251116&created_hour=10&dduuid=b1f349084c538&device=0&device_type=desktop&os=Windows&ssid=r5t0hp4sjdtrm13tmpo5nc848l&t=1763258868&typeid=0&url_type=2&value=&sign=3d79a7bf68c098e1a16da2ccc8760339420053f0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();