(function() { const u = '/apps/statistics.php?aid=455800&browser=IE&created_date=20260310&created_hour=14&dduuid=5ee5728aefb95&device=0&device_type=desktop&os=Windows&ssid=3753gdfbb3duq37sv79llkke42&t=1773123673&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=21e1d2b5190310d663a2fc172f217cf8753a1bde&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();