(function() { const u = '/apps/statistics.php?aid=291727&browser=IE&created_date=20260116&created_hour=20&dduuid=02958bcef11ac&device=0&device_type=desktop&os=Windows&ssid=11964r5cahfiouj33tpdgludtk&t=1768568006&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d8bf3fcbca1e30a18a0ff5e88d2d01e96d89ace8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();