(function() { const u = '/apps/statistics.php?aid=450526&browser=IE&created_date=20260124&created_hour=13&dduuid=4b293c31c1634&device=0&device_type=desktop&os=Windows&ssid=92n4i65sgagbsr1pu7siaclf0v&t=1769233103&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6dd0b67f03bfcdef520b26635098a48e1152bd96&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();