(function() { const u = '/apps/statistics.php?aid=437772&browser=IE&created_date=20260304&created_hour=10&dduuid=1cc020063a2f5&device=0&device_type=desktop&os=Windows&ssid=ddph4aq1un9rsit5qa2u9tfefo&t=1772590085&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bcb1f7c3021210fa873ab6cce753ba173b07705a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();