(function() { const u = '/apps/statistics.php?aid=454697&browser=IE&created_date=20260223&created_hour=22&dduuid=83d3f32d1e265&device=0&device_type=desktop&os=Windows&ssid=26agjvfchhvhkrhr0seenuhdb5&t=1771856595&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e193e63956e41b89763c430ac5fbf93ff3374666&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();