(function() { const u = '/apps/statistics.php?aid=38440&browser=IE&created_date=20260305&created_hour=03&dduuid=51c7a8f26c437&device=0&device_type=desktop&os=Windows&ssid=6ub6s5d2n6n5o59qcit8do27ot&t=1772653545&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=49d2ebeba8ac96ed46b3f22118f82becb7b79385&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();