(function() { const u = '/apps/statistics.php?aid=439355&browser=IE&created_date=20251226&created_hour=06&dduuid=0353fd05f527f&device=0&device_type=desktop&os=Windows&ssid=6sb8g6rnrhgnrf4se02f8kjh4s&t=1766700976&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a5ff76baaba0e4ed9dc7fca87f837de6affaaeaa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();