(function() { const u = '/apps/statistics.php?aid=404838&browser=IE&created_date=20260316&created_hour=01&dduuid=dd74531d7162a&device=0&device_type=desktop&os=Windows&ssid=56gj7cn4t08em85c6dq2d9jb1s&t=1773596239&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5fe0e076031c47e8df52ecd2be6dbccb35c55b80&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();