(function() { const u = '/apps/statistics.php?aid=243667&browser=IE&created_date=20260121&created_hour=08&dduuid=01a9adec3b80f&device=0&device_type=desktop&os=Windows&ssid=nqdle4gaab58e8noo26qh0up8o&t=1768956971&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4af421e3a8a744d0e297c79fd547681882beedad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();