(function() { const u = '/apps/statistics.php?aid=399105&browser=IE&created_date=20260308&created_hour=09&dduuid=1f164bf4e4940&device=0&device_type=desktop&os=Windows&ssid=u7i93vrbdkptkdmff5u4b94q83&t=1772932215&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=74283351388559da17a37b4e03a609294ec3cd7c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();