(function() { const u = '/apps/statistics.php?aid=343242&browser=IE&created_date=20260113&created_hour=18&dduuid=43baf8ed31048&device=0&device_type=desktop&os=Windows&ssid=e4hkgf9cao1vkro0alqntrbrfv&t=1768301529&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=981eb611edf29bdd490e0f498f67246b7aa954f3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();