(function() { const u = '/apps/statistics.php?aid=385520&browser=IE&created_date=20260309&created_hour=10&dduuid=3ba53d1d8b3f4&device=0&device_type=desktop&os=Windows&ssid=gqjcfej4asot0m61qm4bo43u7m&t=1773024195&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2d4ad3ff575905c6d541e6073464f941ceeaf618&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();