(function() { const u = '/apps/statistics.php?aid=432335&browser=IE&created_date=20260224&created_hour=16&dduuid=303d558afae72&device=0&device_type=desktop&os=Windows&ssid=363hp7g8afbs4ooibvddghq5ee&t=1771920369&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0ea85717f3678ab9871e3d823ca522a443c200ea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();