(function() { const u = '/apps/statistics.php?aid=412654&browser=IE&created_date=20260119&created_hour=15&dduuid=732ca2a2268ce&device=0&device_type=desktop&os=Windows&ssid=ulci63ji01q7kgo20158tvgnsv&t=1768808580&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e469167e02da60dabbdd7f2536402653e417e16&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();