(function() { const u = '/apps/statistics.php?aid=306231&browser=IE&created_date=20260307&created_hour=21&dduuid=5a1528074b167&device=0&device_type=desktop&os=Windows&ssid=2bpmqu5vq4kddjmcfbl681i8q2&t=1772889200&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c8e1d28c31ef094713b4da2b25a8691191137335&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();