(function() { const u = '/apps/statistics.php?aid=335583&browser=IE&created_date=20260313&created_hour=04&dduuid=058508dba050e&device=0&device_type=desktop&os=Windows&ssid=6kbqd5hso0l04fjfnll6le96jj&t=1773346654&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=edf6fd895818e4a34fafc9d1c7c82bf6c0dd0c1e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();