(function() { const u = '/apps/statistics.php?aid=141301&browser=IE&created_date=20260306&created_hour=09&dduuid=b608290da08a5&device=0&device_type=desktop&os=Windows&ssid=niqn7es8bgfmg3m6vpdde7o8ho&t=1772759795&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c83e772f03f7d8d72c0016bcbf59455dcfe16384&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();