(function() { const u = '/apps/statistics.php?aid=440897&browser=IE&created_date=20260224&created_hour=03&dduuid=2c69a1f971338&device=0&device_type=desktop&os=Windows&ssid=ib7gqe5i2si93oce3fe4a1pcc4&t=1771876739&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a65193247dacea3c6fcd088a1bbe660ab6cd0efe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();