(function() { const u = '/apps/statistics.php?aid=449098&browser=IE&created_date=20260113&created_hour=06&dduuid=fcef9e193382e&device=0&device_type=desktop&os=Windows&ssid=6t9hjc121n01boqdk75k8bufg7&t=1768256750&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=085558afa6d35922140bd707e365b43d2d7cf419&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();