(function() { const u = '/apps/statistics.php?aid=21040&browser=IE&created_date=20260305&created_hour=09&dduuid=12319c8cdd70e&device=0&device_type=desktop&os=Windows&ssid=0fk8d091mt7i78224v1oithkpm&t=1772672938&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b322adbe53d1d10c0808d7ed69038f5db57278be&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();