(function() { const u = '/apps/statistics.php?aid=206&browser=IE&created_date=20260305&created_hour=04&dduuid=24855855797ee&device=0&device_type=desktop&os=Windows&ssid=lar4j74ru8g1sksrf8mq0f2q4e&t=1772655792&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df9c965bdb9bb64609beab127a2ab4d04ce9d1cb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();