(function() { const u = '/apps/statistics.php?aid=228690&browser=IE&created_date=20260123&created_hour=01&dduuid=90818b030f8aa&device=0&device_type=desktop&os=Windows&ssid=9gfjsvf6j973u9dp4giu33po0n&t=1769102963&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=966c3d0373f6e36fac7563228dcb1918e91bad08&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();