(function() { const u = '/apps/statistics.php?aid=437759&browser=IE&created_date=20260228&created_hour=02&dduuid=f2fef0629ad47&device=0&device_type=desktop&os=Windows&ssid=a422fhbi02c532pfn3k1o61ndc&t=1772215632&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e9f47377590787cc3fccf0350eab30c6ce6e2d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();