(function() { const u = '/apps/statistics.php?aid=441802&browser=IE&created_date=20260304&created_hour=00&dduuid=69e4b4c900dab&device=0&device_type=desktop&os=Windows&ssid=de4j6htfdhnjtk8tcfup5io26n&t=1772555240&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4062a59341db57852f90c0d03e62ece317ef4d21&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();