(function() { const u = '/apps/statistics.php?aid=357059&browser=IE&created_date=20260312&created_hour=14&dduuid=467e40f2dde00&device=0&device_type=desktop&os=Windows&ssid=0jjmgmtt7i0e886rmtk356sg5l&t=1773295283&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d2f58c731bb0d2e5cbf978e1a7d7a2aa20812989&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();