(function() { const u = '/apps/statistics.php?aid=451197&browser=IE&created_date=20260311&created_hour=14&dduuid=3047a12c24140&device=0&device_type=desktop&os=Windows&ssid=mf0b6ho6soltl0sn813t8qhioo&t=1773210986&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a932c8865dd7526d08d47303bbf0fddf0d51c3e6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();