(function() { const u = '/apps/statistics.php?aid=141361&browser=IE&created_date=20260311&created_hour=20&dduuid=632bac5a96f9d&device=0&device_type=desktop&os=Windows&ssid=t1s81rrn4rgcgsapflqohatnat&t=1773230819&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=054bfe0c1e6827cede771893bfbf5fc41a56606f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();