(function() { const u = '/apps/statistics.php?aid=446629&browser=IE&created_date=20260124&created_hour=00&dduuid=1db143c377c82&device=0&device_type=desktop&os=Windows&ssid=ad4am3qevlvf912e0b9am424qc&t=1769184468&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c7bfa33b3bc3bfbc3f3a6301b8a8713192adbfa2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();