(function() { const u = '/apps/statistics.php?aid=380601&browser=IE&created_date=20260324&created_hour=13&dduuid=df4557f630c71&device=0&device_type=desktop&os=Windows&ssid=4ckfrtrr67b9vb52mev0nve7j5&t=1774331053&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d8570c2df8ea9d93f1b03006fb14ec5404cfe27e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();