(function() { const u = '/apps/statistics.php?aid=457986&browser=IE&created_date=20260228&created_hour=08&dduuid=735019c8f806c&device=0&device_type=desktop&os=Windows&ssid=sp6u1g4epq7mrclu3h5jn4a0u0&t=1772237233&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6cdfb1d54cf300719f446de4cda6fcfbc63d7af8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();