(function() { const u = '/apps/statistics.php?aid=433822&browser=IE&created_date=20260305&created_hour=10&dduuid=4f330ccf07327&device=0&device_type=desktop&os=Windows&ssid=9m2531nd7rm1gte76mv1e4kf9i&t=1772676379&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e24c6ba8e0337bfb2c00062c43675359d41a4086&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();