(function() { const u = '/apps/statistics.php?aid=397772&browser=IE&created_date=20260227&created_hour=14&dduuid=b1330614ce6f6&device=0&device_type=desktop&os=Windows&ssid=943ret2u9h8iug5jthnf2huu11&t=1772173808&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=38c1029d66766143166dc3497d6d87768ce885a7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();