(function() { const u = '/apps/statistics.php?aid=363152&browser=IE&created_date=20260306&created_hour=01&dduuid=1d9bec6b78983&device=0&device_type=desktop&os=Windows&ssid=56q1uutli69nst90pl8f66kr40&t=1772730189&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c6b63d861c40232cbf6a7b92ee3ef7a443aaa944&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();