(function() { const u = '/apps/statistics.php?aid=458175&browser=IE&created_date=20260228&created_hour=06&dduuid=dccb1fef3f0c7&device=0&device_type=desktop&os=Windows&ssid=un2j7m9tsrbfrnl7uc5cpid6fa&t=1772231319&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f346a161e909ec2f3a7f3e5cd135a3863b2ae41f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();