(function() { const u = '/apps/statistics.php?aid=345808&browser=IE&created_date=20260316&created_hour=11&dduuid=2b60046a034b2&device=0&device_type=desktop&os=Windows&ssid=qf9of160mdqt8b4irg15cs28hs&t=1773630326&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=57d320ab8dd4a850637e60449a64ec98bb4ac40e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();