(function() { const u = '/apps/statistics.php?aid=444254&browser=IE&created_date=20251222&created_hour=16&dduuid=d100f8e54a547&device=0&device_type=desktop&os=Windows&ssid=5ba1ob45lq862g6p6himei72ia&t=1766392605&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=384dda7ce28447546057a90b4e59ad9bfd3950ab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();