(function() { const u = '/apps/statistics.php?aid=437758&browser=IE&created_date=20260228&created_hour=02&dduuid=0b93923803764&device=0&device_type=desktop&os=Windows&ssid=4e8vh3bomm12lbo9mkksmjfvf1&t=1772215632&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=07bc98a5a534a2e6f544a075b83e0275c1dee391&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();