(function() { const u = '/apps/statistics.php?aid=335592&browser=IE&created_date=20260313&created_hour=03&dduuid=159d3bb1850f7&device=0&device_type=desktop&os=Windows&ssid=gp2a202gs87ga6nd3vo9pfe6ld&t=1773342075&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=17db5e18e920a540558ab6b649c26c9d0ef4fc81&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();