(function() { const u = '/apps/statistics.php?aid=424485&browser=IE&created_date=20260310&created_hour=19&dduuid=cfbea97bd2e09&device=0&device_type=desktop&os=Windows&ssid=arunhvlfc2hvno5kr7pki4n23q&t=1773143292&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=16b68da462241a87e0c30ae3a5068dfca323e6d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();