(function() { const u = '/apps/statistics.php?aid=404656&browser=IE&created_date=20260124&created_hour=22&dduuid=cdce7e7576eb7&device=0&device_type=desktop&os=Windows&ssid=jf40cbipeoqogoh5f68t374t3h&t=1769263729&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8a987a14c66ac9f37148ffa89eb6c32fbdcb416b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();