(function() { const u = '/apps/statistics.php?aid=99311&browser=IE&created_date=20260228&created_hour=12&dduuid=ef85d74fccc34&device=0&device_type=desktop&os=Windows&ssid=gb752i3brnfumbbfqlhhtmi531&t=1772251699&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6069cf8b27fc6d75d37eb73c232151967842a857&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();