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