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