(function() { const u = '/apps/statistics.php?aid=444427&browser=IE&created_date=20251217&created_hour=22&dduuid=d0b5d30c6bf16&device=0&device_type=desktop&os=Windows&ssid=ul3m9gp8cbfsbhtl1vhpgqttor&t=1765981808&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db205b46c7da5d231c305703bf86d030bc78827d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();