(function() { const u = '/apps/statistics.php?aid=452871&browser=IE&created_date=20260311&created_hour=23&dduuid=c704f2af320a7&device=0&device_type=desktop&os=Windows&ssid=p1lotcdngq867cimdfklpff23u&t=1773243960&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fa519cb8148f22a3d57877bb06b1afa26e9ac7b4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();