(function() { const u = '/apps/statistics.php?aid=443076&browser=IE&created_date=20260306&created_hour=16&dduuid=e2f1ac554e6a8&device=0&device_type=desktop&os=Windows&ssid=u9qnv3kjbvdt03m72ani564r6p&t=1772786905&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=93698a8785573869995138e641658c3b409f3976&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();