(function() { const u = '/apps/statistics.php?aid=442424&browser=IE&created_date=20251222&created_hour=08&dduuid=ff16d4e71f267&device=0&device_type=desktop&os=Windows&ssid=8q912juafgrg7c9fs4h5ej4phn&t=1766363150&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f84cd7870d89047988532c5df4e2194c27b6f317&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();