(function() { const u = '/apps/statistics.php?aid=438809&browser=IE&created_date=20260316&created_hour=01&dduuid=6ca5da02067e8&device=0&device_type=desktop&os=Windows&ssid=9p07l2tnj3pilj7obm21a5iihf&t=1773595119&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4ef9634eba861ef85217eba1a35dc0e0edc9ef68&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();