(function() { const u = '/apps/statistics.php?aid=444441&browser=IE&created_date=20251217&created_hour=19&dduuid=197f762110dd1&device=0&device_type=desktop&os=Windows&ssid=sgap42btpmsarbrlr5n3se8ra3&t=1765970215&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=681d3f767e68b669b244fc5b7cd8e6f79160e401&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();