(function() { const u = '/apps/statistics.php?aid=454205&browser=IE&created_date=20260225&created_hour=08&dduuid=1a137dfe5e066&device=0&device_type=desktop&os=Windows&ssid=phrps499h8aov9k4v77o8srgde&t=1771981012&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=77644938c7c99c799908b14fad391e6a8b55534f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();