(function() { const u = '/apps/statistics.php?aid=454522&browser=IE&created_date=20260305&created_hour=06&dduuid=ac8472e2fd1f2&device=0&device_type=desktop&os=Windows&ssid=hor1h9ce0o9eodrhka4ab0ieog&t=1772663246&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=efe951276ba361cb5ce2831b79d091bcbb0a0e09&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();