(function() { const u = '/apps/statistics.php?aid=213695&browser=IE&created_date=20260227&created_hour=17&dduuid=1ba4d5f55b607&device=0&device_type=desktop&os=Windows&ssid=iphmp0721sod3kkvv9ctn2su6r&t=1772183989&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=81a0bfb53aeb887a4614e26feaf2375e091367ec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();