(function() { const u = '/apps/statistics.php?aid=449122&browser=IE&created_date=20260113&created_hour=00&dduuid=c4fd35c345c31&device=0&device_type=desktop&os=Windows&ssid=ios3cgqac87oo9ovih4f2rmgr2&t=1768236973&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3a3d48af0de231124c04fcb5dd19036d3a8539cd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();