(function() { const u = '/apps/statistics.php?aid=403116&browser=IE&created_date=20260126&created_hour=00&dduuid=e995e911e5a13&device=0&device_type=desktop&os=Windows&ssid=a61n063dn4uvl4phgjps0etn3j&t=1769356884&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a001fffd1bc92875c598051e57afdc48dd07b1ad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();