(function() { const u = '/apps/statistics.php?aid=340329&browser=IE&created_date=20260224&created_hour=21&dduuid=04353a701c6d0&device=0&device_type=desktop&os=Windows&ssid=uq31jq9fnggm3ug8bhm15pu3n8&t=1771939024&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7c8f8d93255feb108a659a934df13e09e57156ff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();