(function() { const u = '/apps/statistics.php?aid=380579&browser=IE&created_date=20260224&created_hour=17&dduuid=98843a3e96eb5&device=0&device_type=desktop&os=Windows&ssid=9g72i0fqj1o4b8hn6dfriof29h&t=1771923721&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ab2f80e73de6d4cf99ae0cbae88f792c85ff8ebe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();