(function() { const u = '/apps/statistics.php?aid=433289&browser=IE&created_date=20260103&created_hour=09&dduuid=be4535be817b5&device=0&device_type=desktop&os=Windows&ssid=cjn1iubp1l0phda6l0eqtfb2jp&t=1767404862&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a9e23a54c9ef864559c1a0fc009a0531feaf529d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();