(function() { const u = '/apps/statistics.php?aid=430&browser=IE&created_date=20260304&created_hour=23&dduuid=27213f3d7c7d2&device=0&device_type=desktop&os=Windows&ssid=h4l7pnd3mher80177dkorg9vc7&t=1772639716&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89c7d889d2be3e64e4f425e7e2726c0ff5f4e2db&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();