(function() { const u = '/apps/statistics.php?aid=380579&browser=IE&created_date=20260305&created_hour=10&dduuid=f435f998dc690&device=0&device_type=desktop&os=Windows&ssid=3lq2pm7o738trn1lvdoh20evoa&t=1772678669&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=45e58dd6b3a37f2874827d7fe6c6d7a66d2d640e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();