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