(function() { const u = '/apps/statistics.php?aid=213767&browser=IE&created_date=20260227&created_hour=07&dduuid=07dab133ccdff&device=0&device_type=desktop&os=Windows&ssid=uec0gk2rk2jmsn2d8dcm43o5t9&t=1772149677&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c0d058a0e012fc565b39169a679345c2230b1b9f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();