(function() { const u = '/apps/statistics.php?aid=113210&browser=IE&created_date=20260226&created_hour=11&dduuid=1bc71a9b3855b&device=0&device_type=desktop&os=Windows&ssid=4ip8qomdpn9oac1u3rpq9khkj6&t=1772077884&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=20444b4a245de6b43c9f627c68eba00b14342f56&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();