(function() { const u = '/apps/statistics.php?aid=14715&browser=IE&created_date=20260311&created_hour=02&dduuid=88e64475e3048&device=0&device_type=desktop&os=Windows&ssid=6nglc8d3nmdj98em09j9hcbnnq&t=1773166787&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=277020575125b14c9e69cc66d82daa973bc42778&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();