(function() { const u = '/apps/statistics.php?aid=390183&browser=IE&created_date=20260305&created_hour=03&dduuid=a57d3d48246a7&device=0&device_type=desktop&os=Windows&ssid=p04d10rkebi65pboleec5lnacn&t=1772654268&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9404965f5d081bf1b32110afa181a66491536853&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();