(function() { const u = '/apps/statistics.php?aid=141260&browser=IE&created_date=20260112&created_hour=15&dduuid=28a5acf9f4351&device=0&device_type=desktop&os=Windows&ssid=laj2jq4rbbg407q4trbfnjrdet&t=1768202182&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=06d83617d901a6b7b80f0a16cd62f91f73501e90&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();