(function() { const u = '/apps/statistics.php?aid=77356&browser=IE&created_date=20260310&created_hour=23&dduuid=154f9bed1a374&device=0&device_type=desktop&os=Windows&ssid=ug327qe12odp2lspa7c18rq55s&t=1773156196&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7e7638944c42148f16916dc822afc970d487b326&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();