(function() { const u = '/apps/statistics.php?aid=431821&browser=IE&created_date=20260317&created_hour=16&dduuid=a9594ff2f81b9&device=0&device_type=desktop&os=Windows&ssid=9l9m8q1codf7fo1p0q90mcj9fg&t=1773737883&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=60157ce4e2efe65c4cf65b01e34f95b2bf159294&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();