(function() { const u = '/apps/statistics.php?aid=453846&browser=IE&created_date=20260227&created_hour=00&dduuid=8900aa6435209&device=0&device_type=desktop&os=Windows&ssid=vdck3o6pcdgg7tbll3or3d6ul5&t=1772123088&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=65cbe92388fed8209c6828f9ef832baed4bf2cce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();