(function() { const u = '/apps/statistics.php?aid=448837&browser=IE&created_date=20260123&created_hour=08&dduuid=1a16a2e38d92b&device=0&device_type=desktop&os=Windows&ssid=s6fmicl4osg97hn2p235uuinr2&t=1769129487&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6fea04e800a0e1194618cd2f787d1da6b126a411&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();