(function() { const u = '/apps/statistics.php?aid=452972&browser=IE&created_date=20260306&created_hour=07&dduuid=4511fb6e8378b&device=0&device_type=desktop&os=Windows&ssid=indf7v2s5f3kj9k3dbm7tbdiqf&t=1772752641&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ebf2704b41c0949335beb3d5d2d4af9bf7cd7ebf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();