(function() { const u = '/apps/statistics.php?aid=432945&browser=IE&created_date=20260324&created_hour=12&dduuid=c1af843df9dde&device=0&device_type=desktop&os=Windows&ssid=vehnbe4ldg4iaieeqbvg21ertc&t=1774325804&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=609d2112d5ed779b5651263c619f5af466559ece&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();