(function() { const u = '/apps/statistics.php?aid=424825&browser=IE&created_date=20260124&created_hour=18&dduuid=93651b65c811a&device=0&device_type=desktop&os=Windows&ssid=fnn6lffpi00qvnpqsg0og0ih63&t=1769251511&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b8eaae560da0aa808c877d27752d1ca24abc746d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();