(function() { const u = '/apps/statistics.php?aid=403289&browser=IE&created_date=20260225&created_hour=19&dduuid=c474ece1f94b0&device=0&device_type=desktop&os=Windows&ssid=3h4o4mp1kfro6p43ssja6qcesj&t=1772020659&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dfc8895a1dc89ae61bf2cf7c7e5c43382da1beec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();