(function() { const u = '/apps/statistics.php?aid=71111&browser=IE&created_date=20260122&created_hour=09&dduuid=c1b21c852ecf4&device=0&device_type=desktop&os=Windows&ssid=h6snfkj89f3qhprq0mpq974srk&t=1769046920&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ef3762395ac86c9d09be96aba21ae71411f58ffc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();