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