(function() { const u = '/apps/statistics.php?aid=141334&browser=IE&created_date=20260310&created_hour=05&dduuid=57aeb43c6ae05&device=0&device_type=desktop&os=Windows&ssid=grvk7ubu9irb1apbjtsatvjndg&t=1773092139&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=350aaa781e4871d4c4aad5fd78fc21a123473c83&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();