(function() { const u = '/apps/statistics.php?aid=532&browser=IE&created_date=20260225&created_hour=21&dduuid=7df8cd752066c&device=0&device_type=desktop&os=Windows&ssid=fh7igqft5g67mn6jea5fd0lont&t=1772027092&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1916406df769cd2d27a85b1bb57ee83b83a24f9c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();